Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    X + 0  → X
2:    X + s(Y)  → s(X + Y)
3:    f(0,s(0),X)  → f(X,X + X,X)
4:    g(X,Y)  → X
5:    g(X,Y)  → Y
There are 3 dependency pairs:
6:    X +# s(Y)  → X +# Y
7:    F(0,s(0),X)  → F(X,X + X,X)
8:    F(0,s(0),X)  → X +# X
The approximated dependency graph contains 2 SCCs: {6} and {7}.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006